text: Claim clicks when grabbing focus
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jul 2020 15:51:45 +0000 (11:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jul 2020 16:47:47 +0000 (12:47 -0400)
commit2e2336ffce5e0a3eae0059babfc36a9668166fe3
tree6502771e49cf2610ba1e0765c93efcf01e42160a
parent76d80ef516ed3cdcc8a8d92b2a5b599f4726e0b4
text: Claim clicks when grabbing focus

If we don't, an ancestor (such a GtkListItemWidget)
may interpret the click as "I should grab focus!",
and still our focus away. This was causing hard-to-focus
entries in the property list in the inspector.
gtk/gtktext.c